home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / popsrv1b.zip / INFOS.TXT < prev    next >
Text File  |  1996-04-20  |  3KB  |  85 lines

  1. For mail.exe
  2. ============
  3.  
  4. Look at the 'Mlocal' line in sendmail.cf (caution: use only e.exe to
  5. edit sendmail.cf)
  6.  
  7. ======= cut =======
  8. Mlocal, P=c:\tcpip\bin\mail.exe, F=lnsDFP,  S=10, R=20, A=e:\mail $u $f
  9. ======= cut =======
  10.  
  11. After 'P=' put the right mail.exe path and after 'A=' the right path of
  12. the base directory of your mailboxes tree. (not wrap $u = user name, add $f).
  13.  
  14. A user is valid for mail.exe if his sub-directory exists. Eg.: the subdirectory 
  15. 'postmaster' (e:\mail\postmaster) must be found this is required by rfc and
  16. the subdirectory 'forward' is required to pevent loop.
  17.  
  18. If mail.exe can't find the directory e:\mail\xuser, sendmail returns to
  19. the sender:
  20.         
  21.         550 User unknow.
  22.  
  23.  
  24. MAILADDR
  25. ========
  26. Create a file MAILADDR in your ETC directory, looking at this example:
  27.  
  28. ========= cut ========
  29. #User     password      Node number    Full name
  30. srtxg     passw001      2:293/2219.0   Pablo Saratxaga
  31. jln       passw002      2:293/2602.0   Jean-Louis Noel
  32. jmf       passw003      2:293/2602.10  Jean-Marc Francois
  33. dmr       dmr
  34. paa       paa
  35. hbh       hbh
  36. ========= cut ========
  37.  
  38.  
  39. For POP3D.EXE
  40. =============
  41.  
  42. Start  POP3D -fe:\mail
  43.         
  44.         -f      Base directory of the mailboxes
  45.                 (mandatory if no MAILDIR variable defined)
  46.         -?      For others commands.
  47.  
  48. Is it possible to start pop3d with 'inetd'. For this, you should add
  49. a line in inetd.lst located in your etc directory:
  50.         pop tcp pop3d
  51. and add a line in config.sys:
  52.         SET MAILDIR=e:\mail
  53. pop3d.exe must reside in your path.
  54.  
  55. For INT2FID.EXE
  56. ===============
  57.  
  58. This program gates mails from the mailboxes to fido inbound (*.PKT)
  59. if a node number and a full name exist in a mailaddr entry.
  60.  
  61. int2fid -O2:293/2602.777 -nUUCP -D2:293/2602.0 -me:\mail -fd:\inbounds
  62.  
  63. With:
  64.         -D      Destination node (your node number)
  65.         -f      Fido style inbound
  66.         -m      Mailbox's base directory
  67.         -n      Name of the gate
  68.         -O      Origine node (number assigned to your gate)
  69.  
  70. jln@habcnx.stben.be
  71. 2:293/2602
  72.  
  73. ============================= LEGAL STUFF ================================
  74. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  75. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  76. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  77. THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  78. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  79. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  80. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  81. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  82. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  83. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  84. ==========================================================================
  85.